home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Zakladni desky / Intel / win2k_xp1332.exe / Win2000 / a313.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-08-03  |  4.9 KB  |  186 lines

  1. ; Copyright (c) Intel Corporation (2003).
  2. ;
  3. ; INTEL MAKES NO WARRANTY OF ANY KIND REGARDING THE CODE.  THIS CODE IS
  4. ; LICENSED ON AN "AS IS" BASIS AND INTEL WILL NOT PROVIDE ANY SUPPORT,
  5. ; ASSISTANCE, INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL DOES NOT
  6. ; PROVIDE ANY UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY
  7. ; DISCLAIMS ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY
  8. ; PARTICULAR PURPOSE, OR ANY OTHER WARRANTY.  Intel disclaims all liability,
  9. ; including liability for infringement of any proprietary rights, relating to
  10. ; use of the code. No license, express or implied, by estoppel or otherwise,
  11. ; to any intellectual property rights is granted herein.
  12. ;
  13. ; A313.INF  -- This file contains installation information for the Ch7015 AIM3 Driver
  14. ;               
  15.  
  16. [Version]
  17. signature="$CHICAGO$"
  18. Class=DisplayCodec
  19. ClassGUID={E6ABB47D-8339-4c60-BE92-E9045FF5A33D}
  20. Provider=%Intel%
  21. CatalogFile=a313.cat
  22. /* AUTOBLD - NT5 LABEL - DO NOT REMOVE */
  23. DriverVer=08/03/2003,6.14.10.3619
  24.  
  25. [Manufacturer]
  26. %IntelMfg%=Intel
  27.  
  28. [DestinationDirs]
  29. ;DefaultDestDir = 11
  30. AIM.Device.CopyDrivers = 11
  31. AIM.Device.CopyDriversNT = 10,system32\drivers
  32.  
  33. ;WHQL requirement: Uncomment this section later on once we have PnP
  34. ;method of installing/loading/unloading WDM AIM drivers across all 
  35. ;OS platforms enabled.
  36. ;[ControlFlags]
  37. ;ExcludeFromSelect=DISPLAY\%AimDevID%
  38.  
  39. [Intel]
  40. %AimChildDriver.DeviceDesc%=AIM.Device,DISPLAY\%AimDevID%
  41.  
  42. [ClassInstall]
  43. Addreg=AIMClass.AddReg
  44.  
  45. [ClassInstall32]
  46. Addreg=AIMClass.AddRegNT
  47.  
  48. [AIM.Device]
  49. AddReg=     AIM.Device.AddReg
  50. CopyFiles=  AIM.Device.CopyDrivers
  51.  
  52. [AIM.Device.NT]
  53. AddReg=     AIM.Device.AddRegNT
  54. CopyFiles=  AIM.Device.CopyDriversNT
  55.  
  56. [AIM.Device.AddReg]
  57. ;HKR,,DevLoader,,*ntkern
  58. HKR,,NTMPDriver,,%AimDriverName%
  59. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  60. HKR,,DevicePNPID,,%AimDevID%
  61. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  62.  
  63. [AIM.Device.AddRegNT]
  64. HKR,,DevLoader,,*ntkern
  65. HKR,,NTMPDriver,,%AimDriverName%
  66. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  67. HKR,,DevicePNPID,,%AimDevID%
  68. HKR,,DriverDesc,,%AimChildDriver.DeviceDesc%
  69.  
  70. [AIM_Parameters_AddReg]
  71. HKR,,DeviceFuncGUID,,%AimDevFuncGUID%
  72.  
  73. [AIMClass.AddReg]
  74. HKR,,,,%AimClass.Desc%
  75. HKR,,Icon,,"-1"
  76. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  77. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  78. HKR,,NoDisplayClass,,1    ;Class will not be displayed by Device Manager
  79. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  80.  
  81. [AIMClass.AddRegNT]
  82. HKR,,,,%AimClass.Desc%
  83. HKR,,Class,,DisplayCodec
  84. HKR,,Icon,,"-1"
  85. ;HKR,,NoUseClass,,1    ;Class will not be seen anywhere
  86. ;HKR,,NoInstallClass,,1    ;Class is not shown in New Device Wizard
  87. ;HKR,,NoDisplayClass,,1    ;Class will be displayed by Device Manager - For live updates
  88. HKR,,SilentInstall,,1    ;Class is installed without any user interaction
  89.  
  90. [SourceDisksNames.x86]
  91. 1=%DiskId1%,,,""
  92.  
  93. [SourceDisksFiles] 
  94. A313.sys=1
  95.  
  96. [AIM.Device.CopyDrivers]
  97. A313.sys
  98.  
  99. [AIM.Device.CopyDriversNT]
  100. A313.sys
  101.  
  102. [AIM.Device.Interfaces]
  103. AddInterface=%AimChildIntfGUID%,"GLOBAL",AimChildInterface,
  104.  
  105. [AimChildInterface]
  106. AddReg=AimChildInterface.AddReg
  107.  
  108. [AimChildInterface.AddReg]
  109. HKR,,Class,,%AimClassGUID%
  110. HKR,,FriendlyName,,%AimChildDriver.FriendlyName%
  111.  
  112. [AIM.Device.NT.Services]
  113. AddService = %AimDevFuncGUID%, 0x00000002, Aim.ServiceInstall, Aim_EventLog_Inst,System,"Aim3"
  114.  
  115. [AIM.Device.Services]
  116.  
  117. [Aim_EventLog_Inst]
  118. AddReg=Aim_EventLog_AddReg
  119.  
  120. [Aim_EventLog_AddReg]
  121. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\system32\drivers\%AimDriverName%"
  122. HKR,,TypesSupported,0x00010001,7
  123.  
  124.  
  125. [Aim.ServiceInstall]
  126. DisplayName   = %AimChildDriver.DeviceDesc%
  127. ServiceType   = %SERVICE_KERNEL_DRIVER%
  128. StartType     = %SERVICE_DEMAND_START%
  129. ErrorControl  = %SERVICE_ERROR_NORMAL%
  130. ServiceBinary = %10%\system32\drivers\%AimDriverName%
  131. AddReg        = AIM_Parameters_AddReg
  132.  
  133. ;---------------------------------------------------------------
  134. ;                S t r i n g s
  135. ;---------------------------------------------------------------
  136.  
  137. [Strings]
  138.  
  139. ;----------------
  140. ; Non-Localizable
  141. ;----------------
  142.  
  143. SERVICE_KERNEL_DRIVER=1
  144. SERVICE_SYSTEM_START=1 
  145. SERVICE_AUTO_START=2
  146. SERVICE_DEMAND_START=3
  147. SERVICE_ERROR_NORMAL=1
  148.  
  149. ;
  150. ;
  151. ; These are customizable
  152. ;
  153. AimDevID="CH-7015"
  154. AimDriverSig=0x12354678
  155. ;AimDriverID="CH7015"
  156. AimDriverName="A313.sys"
  157. AimDevFuncGUID="{320CDAE1-3A7B-11d6-AEC5-00104B672758}"
  158.  
  159. ;
  160. ;
  161. ; These do not change - ever !
  162. ;
  163. AimClassGUID="{E6ABB47D-8339-4c60-BE92-E9045FF5A33D}"
  164. AimChildIntfGUID="{E87E75CE-0792-4534-AB89-5CFC95747B77}"
  165.  
  166. ;----------------
  167. ; Localizable
  168. ;----------------
  169.  
  170. Intel="Intel"
  171. IntelMfg="Intel Corporation"
  172. DiskId1="Intel Corporation Installation Disk #1"
  173. ;
  174. ;
  175. ; Do not change this line !
  176. ;
  177. AimClass.Desc="Intel AIM 3.0 Codec"
  178. ;
  179. ;
  180. ; Put device specifics here ->
  181. ;
  182. AimChildDriver.DeviceDesc="AIM 3.0 CH-7015"
  183. AimChildDriver.FriendlyName="Chrontel 7015 TV Encoder"
  184.  
  185.  
  186.